From: Eli Zaretskii Date: Mon, 7 Dec 2009 19:21:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9020 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=27b10846db84248718edfe1951cef6bd4bc1e5d2;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5d2d6b8b18..9cd6cf656ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2009-12-07 Eli Zaretskii + + Prevent save-buffer in Rmail buffers from using the coding-system + of the current message, and from clobbering the encoding mnemonics + in the mode line (Bug#4623). + + * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified + flag, too. + (rmail-message-encoding): New variable. + (rmail-write-region-annotate): Record the encoding of the current + message in rmail-message-encoding. + (rmail-after-save-hook): New function, restores the encoding of + the current message after the message collection is saved. + 2009-12-07 Juri Linkov * progmodes/grep.el (grep-read-files): Use `completing-read'